home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Timer.txt < prev    next >
Text File  |  1992-09-02  |  308b  |  15 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Timer.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'timer.device', timerbase         /* informal notation */
  6.   Dum()
  7.   Dum()
  8.   AddTime(A0,A1)
  9.   SubTime(A0,A1)
  10.   CmpTime(A0,A1)
  11.   ReadEClock(A0)
  12.   GetSysTime(A0)
  13. ENDLIBRARY
  14.  
  15.